home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr25 / ibmtrdb.zip / LT6H.MSG (.txt) < prev   
OS/2 Message File  |  1993-06-09  |  6KB  |  109 lines

  1. MKMSGF
  2. ECause:  The value provided for the keyword in the
  3. IBMTRDB module in PROTOCOL.INI is not the correct type.
  4. User Action:  Change the value in PROTOCOL.INI to
  5. the correct type for the parameter.
  6. ECause:  An internal software error occurred.
  7. User Action:  Contact your vendor sales representative.
  8. ECause:  One or more IBM LANStreamer adapters
  9. are set to a different interrupt level. To function properly,
  10. these adapters must all be set to the same interrupt level.
  11. User Action:  Use the reference diskette that came with your
  12. computer to ensure that all IBM LANStreamer adapters are set
  13. to the same interrupt level.
  14. ICause: The universally administered address of the
  15. adapter installed in the computer is displayed in this message.
  16. User Action: None.
  17. IExplanation: The locally administered address of the
  18. adapter installed in the computer is displayed in this message.
  19. User Action: None.
  20. ECause:  The parameters specified require more space for
  21. processing than can be handled.  The maximum allowable control-block
  22. size is 64KB.
  23. User Action:  Reduce the value specified for the MAXTRANSMITS
  24. or MINRCVBUFFS parameter to change the amount of storage
  25. required for the control-blocks.
  26. The control-block area can be computed using the following formula:
  27. 1698 + (190 * MAXTRANSMITS) + (256 * MINRCVBUFFS)
  28. The control-block work area must be less than 64KB.
  29. ECause:  The adapter is not responding to a request to
  30. initialize.
  31. User Action:  Run the hardware diagnostics for the IBM LANStreamer
  32. Adapter.  Contact your vendor sales representative.
  33. ICause: The IBM LANStreamer Adapter is operating at a data rate of 4 Mbps.
  34. User Action: None
  35. ICause: The IBM LANStreamer Adapter is operating at a data rate of 16 Mbps.
  36. User Action: None
  37. WCause:  Only one occurrence of the device driver statement
  38. for the IBM LANStreamer Adapter NDIS MAC device driver is required
  39. to support multiple adapters. Additional instances of the device
  40. driver statement in CONFIG.SYS will be ignored.
  41. User Action:  Remove the duplicate device driver statements from
  42. CONFIG.SYS.
  43. ECause:  The parameter specifying the driver name (DRIVERNAME) was
  44. not found in PROTOCOL.INI.  This parameter is required.
  45. User Action:  Change PROTOCOL.INI to specify the proper information.
  46. ECause:  An unexpected error occurred when the program attempted
  47. to open the protocol manager. The IBM LANStreamer Adapter NDIS MAC device
  48. driver has been removed.
  49. User Action:  Check the drive and directory to ensure that
  50. the protocol manager is located in the specified path.
  51. ECause:  The device driver was unable to register with
  52. the protocol manager.
  53. User Action:  Reinstall the protocol manager and try the operation again.
  54. ECause:  There was no adapter found in this machine. AN IBM LANStreamer
  55. Adapter is required to run the MAC device driver.
  56. User Action:  Install an IBM TLANStreamer Adapter in this machine, or
  57. remove the device driver statement from CONFIG.SYS.
  58. WCause:  An unrecognized parameter was found while processing
  59. the IBM LANStreamer Adapter section of PROTOCOL.INI.
  60. User Action:  Correct the parameter or remove it from PROTOCOL.INI.
  61. WCause:  The value specified for the network address parameter in
  62. PROTOCOL.INI is not valid for one of the following reasons:
  63. - Invalid local station address
  64. - Too long
  65. - Too short
  66. - Contains non-hexadecimal characters
  67. - Not enclosed in double quotes
  68. User Action:  Remove or correct the network address parameter
  69. (NETADDRESS). A valid value for this parameter is 12 characters
  70. long, is enclosed in double quotes, and contains only valid
  71. hexadecimal characters within the range of 400000000000 through
  72. 7FFFFFFFFFFF.
  73. ECause:  The network address that the adapter wants to use on the
  74. token-ring is being used by another node.
  75. User Action:  Either modify PROTOCOL.INI to provide a different
  76. value for the network address (NETADDRESS) parameter, use the
  77. default burned-in address, or remove the other node that is
  78. using this network address from the ring.
  79. ECause:  The ring speed is different from the speed of the
  80. node attempting to insert onto the ring.
  81. User Action:  Use the reference diskette that came with your
  82. computer to ensure that the adapter is configured at the same
  83. speed as the token-ring.
  84. ECause:  When the adapter tried to insert onto the token-ring, a
  85. hardware error occurred on the adapter.
  86. User Action:  Run the hardware diagnostics for the IBM LANStreamer
  87. Adapter. Contact your vendor sales representative.
  88. ECause:  While attempting to open the adapter, an indication was
  89. received that the adapter is not properly connected to the token-ring.
  90. User Action:  Ensure that the token-ring cable is connected to
  91. the adapter and to the token-ring multistation access unit (MAU).
  92. If the error persists, use a different token-ring cable
  93. and check to ensure that the connection to the MAU is
  94. functioning properly.  Then run the hardware diagnostics
  95. for the IBM LANStreamer Adapter.
  96. ECause:  The configuration parameters specified require more space
  97. for processing than can be handled with the available system memory.
  98. User Action:  Reduce the value specified for the MAXTRANSMITS
  99. or MINRCVBUFFS parameter to change the amount of storage required.
  100. The following formula can be used to compute the maximum value:
  101. H(i) = RCVAREA(i) + ALLOCSIZECB(i)
  102. A H(i) value should be computed for each IBM LANStreamer Adapter
  103. and the sum of all H(i) values must be less than 1 MB.
  104. The receive area for each adapter can be computed:
  105. RCVAREA = MINRCVBUFFS x SIZWORKBUF
  106. The control block area for each adapter can be computed using the
  107. following formula and must be less than 64KB.
  108. ALLOCSIZECB = 1698 + (190 * MAXTRANSMITS) + (256 * MINRCVBUFFS)
  109.